From a164e14c6e140d792aee644990f8fea0fa8f8da2 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Tue, 10 Oct 2017 18:23:33 +0100 Subject: [PATCH] travis: disable UBSAN The stock compiler in travis doesn't support -fsanitize=undefined. Signed-off-by: Wei Liu Reviewed-by: Doug Goldstein --- xen/tools/kconfig/allrandom.config | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/tools/kconfig/allrandom.config b/xen/tools/kconfig/allrandom.config index c7753ac4ad..76f74320b5 100644 --- a/xen/tools/kconfig/allrandom.config +++ b/xen/tools/kconfig/allrandom.config @@ -1,3 +1,4 @@ # Explicit option choices not subject to regular RANDCONFIG CONFIG_GCOV_FORMAT_AUTODETECT=y +CONFIG_UBSAN=n -- 2.30.2